home *** CD-ROM | disk | FTP | other *** search
/ The Fatted Calf / The Fatted Calf.iso / Applications / Games / Chess / Source / Makefile < prev    next >
Makefile  |  1994-04-01  |  1KB  |  58 lines

  1. #
  2. # Generated by the NeXT Project Builder.
  3. #
  4. # NOTE: Do NOT change this file -- Project Builder maintains it.
  5. #
  6. # Put all of your customizations in files called Makefile.preamble
  7. # and Makefile.postamble (both optional), and Makefile will include them.
  8. #
  9.  
  10. NAME = Chess
  11.  
  12. PROJECTVERSION = 1.1
  13. LANGUAGE = English
  14.  
  15. APPICON = ChessApp.tiff
  16. DOCICONS = ChessDoc.tiff
  17.  
  18. LOCAL_RESOURCES = Chess.nib
  19.  
  20. GLOBAL_RESOURCES = 3d_black_sample.tiff 3d_board.tiff 3d_pieces.tiff\
  21.                    3d_plastic.tiff 3d_white_sample.tiff
  22.  
  23. CLASSES = Board.m Board3D.m Chess.m Clock.m ResponseMeter.m Square.m\
  24.           Square3D.m
  25.  
  26. HFILES = chess_strings.h gnuchess.h gnuglue.h gnu_externs.h version.h\
  27.          Board.h Board3D.h Chess.h Clock.h ResponseMeter.h Square.h\
  28.          Square3D.h
  29.  
  30. MFILES = Chess_main.m gnuglue.m
  31.  
  32. CFILES = chess_strings.c Draw.c gnuchess.c
  33.  
  34. OTHERSRCS = COPYING gnuchess.book
  35.  
  36.  
  37. MAKEFILEDIR = /NextDeveloper/Makefiles/app
  38. MAKEFILE = app.make
  39. INSTALLDIR = $(HOME)/Apps
  40. INSTALLFLAGS = -c -s -m 755
  41. SOURCEMODE = 444
  42.  
  43. ICONSECTIONS =    -sectcreate __ICON app ChessApp.tiff \
  44.         -sectcreate __ICON ChessDoc ChessDoc.tiff
  45.  
  46. LIBS = -lMedia_s -lNeXT_s
  47. DEBUG_LIBS = $(LIBS)
  48. PROF_LIBS = $(LIBS)
  49.  
  50.  
  51. -include Makefile.preamble
  52.  
  53. include $(MAKEFILEDIR)/$(MAKEFILE)
  54.  
  55. -include Makefile.postamble
  56.  
  57. -include Makefile.dependencies
  58.